home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / packer-tools / elzx / readme.txt < prev    next >
Encoding:
Text File  |  1996-03-13  |  1.5 KB  |  41 lines

  1.  
  2.                               XPK LZX sublibraries v1.0
  3.  
  4.                           Release date March 12, 1996
  5.                 - Copyright 1996 Adam Przybyla, Piotr Kasprzyk -
  6.  
  7.                                  Disclaimer
  8.                                 ============
  9.  
  10. The author of this program is not responsible for any damages caused by using
  11. this program.
  12.  
  13. Libraries for packing data and samples (xpkSLZX.library).
  14.  
  15. This program generally lets to use external compressor "Lzx" to
  16. be called by XPK. There are 4 versions of library, 2 for users of
  17. registered Lzx program and 2 libraries (in the "emb" directory)
  18. that can be also used with unregistered version of "Lzx".
  19.  
  20. ELZX libraries use only the external compressor "Lzx" whereas SLZX libraries
  21. use also the delta coding algorithm for better samples' compression.
  22.  
  23. xpkSLZX - invokes external compressor Lzx (requires registered version of Lzx)
  24. xpkELZX - invokes external compressor Lzx and additionaly uses delta coding
  25.           algorithm (requires registered version of Lzx)
  26. emb/xpkSLZX - embedded xpkSLZX (for unregistered version of Lzx)
  27. emb/xpkELZX - embedded xpkELZX (for unregistered version of Lzx)
  28.  
  29. These libraries were compiled with SAS/C 6.56.
  30. Please send any comments to "adam@zeus.polsl.gliwice.pl"
  31.  
  32. Using this packet:
  33. -----------------
  34.  
  35. There are ready-to-use versions of libraries and also there is source
  36. version of this program. Execute "smake" to recompile all libraries.
  37. If you want to automatically install these libraries in directory
  38. "Libs:Compressors", type "smake install".
  39.  
  40.  
  41.